Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic toolchain upgrade to nightly-2024-09-11 #3520

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2024-09-10 to nightly-2024-09-11 without any other source changes.

Copy link
Contributor Author

This is an automatically generated pull request. If any of the CI checks fail,
manual intervention is required. In such a case, review the changes at
https://github.com/rust-lang/rust from
rust-lang/rust@c2f74c3 up to
rust-lang/rust@0ee7cb5. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/0ee7cb5e36 Auto merge of #130200 - matthiaskrgr:rollup-2g4ijc5, r=matthiaskrgr

rust-lang/rust@a42d67e6cc Rollup merge of #130185 - RalfJung:abi-compat-repr-c-wrappers, r=compiler-errors
rust-lang/rust@98222a524d Rollup merge of #130184 - Zalathar:counters, r=compiler-errors
rust-lang/rust@accd77ebd6 Rollup merge of #130175 - nnethercote:rustc_mir_transform-cleanups-3, r=saethlin
rust-lang/rust@a204f87de8 Rollup merge of #130173 - fmease:rustdoc-regression-tests, r=notriddle
rust-lang/rust@34c935baf3 Rollup merge of #130143 - RalfJung:miri-test-libstd, r=compiler-errors
rust-lang/rust@33855f80d4 Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov
rust-lang/rust@86075759cc abi/compatibility test: remove tests inside repr(C) wrappers
rust-lang/rust@f827364a95 Auto merge of #129337 - EtomicBomb:rfc, r=notriddle
rust-lang/rust@10cd5e8386 coverage: Avoid referring to "operands" in counter creation
rust-lang/rust@8be70c7b2c coverage: Avoid referring to out-edges as "branches"
rust-lang/rust@96d545a33b coverage: Avoid referring to "coverage spans" in counter creation
rust-lang/rust@26b2b8d162 Auto merge of #130179 - workingjubilee:rollup-l78cv44, r=workingjubilee
rust-lang/rust@9749a9801c Rollup merge of #130164 - RalfJung:const_ptr_as_ref, r=dtolnay
rust-lang/rust@ca3f4ae20a Rollup merge of #130162 - onur-ozkan:bump-ci-llvm-stamp, r=Kobzol
rust-lang/rust@a26c809e7a Rollup merge of #130152 - krasimirgg:nsan, r=nikic
rust-lang/rust@68ae3b27f5 Rollup merge of #130149 - GrigorenkoPV:lifetime-suggestion, r=cjgillot
rust-lang/rust@57273d82a8 Rollup merge of #130146 - folkertdev:bootstrap-naked-asm, r=Amanieu
rust-lang/rust@468089210c Rollup merge of #130132 - sunshowers:illumos-sigsegv, r=Noratrieb
rust-lang/rust@2859c24e64 Rollup merge of #130094 - workingjubilee:concurrency-is-real, r=lcnr
rust-lang/rust@88a2c62652 Rollup merge of #129981 - nnethercote:rm-serialize_bitcode, r=antoyo,tmiasko
rust-lang/rust@a4c61048d8 Rollup merge of #129529 - lqd:stable-new-solver, r=Kobzol
rust-lang/rust@5c91cc5d4c Rollup merge of #129473 - Urgau:fix-llvm-if-unchanged, r=onur-ozkan
rust-lang/rust@1392965e05 Rollup merge of #128316 - GrigorenkoPV:io_error_a_bit_more, r=dtolnay
rust-lang/rust@304b7f801b Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlin
rust-lang/rust@712463de61 Auto merge of #129789 - notriddle:notriddle/inline-stmt-local, r=GuillaumeGomez
rust-lang/rust@8949b443d5 Make check_live_drops into a MirLint.
rust-lang/rust@7023402691 Remove references from some structs.
rust-lang/rust@d1c55a305e Use IndexVec::from_raw to construct a const IndexVec.
rust-lang/rust@51e1c3958d Add a useful comment about PromoteTemps.
rust-lang/rust@e26692d559 Add a useful comment.
rust-lang/rust@baa16d2471 Clarify a comment.
rust-lang/rust@48064d4498 Inline and remove some functions.
rust-lang/rust@8235af07d2 Improve comment formatting.
rust-lang/rust@6d61dfd2e4 rustdoc: add two regression tests
rust-lang/rust@d243c8fbc4 compiler: Inform the solver of concurrency
rust-lang/rust@e10224a7c3 move const fn with a null check into const_ptr_is_null gate
rust-lang/rust@720bd0dd6c move some const fn out of the const_ptr_as_ref feature
rust-lang/rust@667cf22f48 bump download-ci-llvm-stamp
rust-lang/rust@0a70924c21 fix UB in a test
rust-lang/rust@383f506227 adapt a test for llvm 20
rust-lang/rust@0f9cb070bc Add test about missing docs at crate level
rust-lang/rust@a1a8627dd7 Allow missing_docs lint on the generated test harness
rust-lang/rust@65c70900ce union padding computation: add fast-path for ZST
rust-lang/rust@843708a32e Add missing #[allow(missing_docs)] on hack functions in alloc
rust-lang/rust@db6361184e Helper function for formatting with LifetimeSuggestionPosition
rust-lang/rust@02378997ea bootstrap naked_asm! for compiler-builtins
rust-lang/rust@62d196feb1 bootstrap/Makefile.in: miri: add missing BOOTSTRAP ARGS
rust-lang/rust@54672ac392 [illumos] enable SIGSEGV handler to detect stack overflows
rust-lang/rust@bbe28cf1d9 Remove serialized_bitcode from LtoModuleCodegen.
rust-lang/rust@11bd99de8c IntervalSet: add comment about representation
rust-lang/rust@a2410425b3 clarify comments and names in check_validity_requirement
rust-lang/rust@8cd982caa1 interpret: reset padding during validation
rust-lang/rust@cbdcbf0d6a interpret: reset provenance on typed copies
rust-lang/rust@85dc22f2cf interpret: factor out common code for place mutation
rust-lang/rust@8ad808db7e interpret: make Writeable trait about a to_place operation
rust-lang/rust@fa60ea7d38 interpret: remove Readable trait, we can use Projectable instead
rust-lang/rust@65903362ad rustdoc: use a single box to store Attributes and ItemKind
rust-lang/rust@e80c9ac3e2 rustdoc: use LocalDefId for inline stmt
rust-lang/rust@548b6e197d add tests for behavior in rfc#3662
rust-lang/rust@2e1cba6415 rfc#3662 changes under unstable flags
rust-lang/rust@3782251c2c librustdoc::config: removed Input from Options
rust-lang/rust@5f367bbbd2 Make download-ci-llvm = true check if CI llvm is available
rust-lang/rust@7dd1be1d0d Also emit missing_docs lint with --test to fulfill expectations
rust-lang/rust@a178559a03 address review comments
rust-lang/rust@f1df0c5fdc remove unneeded type ascription
rust-lang/rust@057703593c separate the crates to test from the test setup
rust-lang/rust@2190c288e2 remove use of RUSTC_BOOTSTRAP and cargo nightly features
rust-lang/rust@d9794a9af6 run test in tmp dir and emit artifacts there
rust-lang/rust@7957140f3e inhibit proc-macro2 nightly detection
rust-lang/rust@893413de5b Add a run-make test for checking that certain rustc_ crates build on stable
rust-lang/rust@f693910dcd Partially stabilize io_error_more

@github-actions github-actions bot requested a review from a team as a code owner September 17, 2024 15:07
@feliperodri feliperodri added the Z-BenchCI Tag a PR to run benchmark CI label Sep 17, 2024
auto-merge was automatically disabled September 17, 2024 15:23

Pull request was closed

@feliperodri feliperodri reopened this Sep 17, 2024
@zhassan-aws zhassan-aws added this pull request to the merge queue Sep 17, 2024
Merged via the queue into main with commit dba8f39 Sep 17, 2024
27 checks passed
@zhassan-aws zhassan-aws deleted the toolchain-2024-09-11 branch September 17, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-BenchCI Tag a PR to run benchmark CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants